func google.golang.org/grpc.encodeAuthority

3 uses

	google.golang.org/grpc (current package)
		clientconn.go#L1889: func encodeAuthority(authority string) string {
		clientconn.go#L1984: 		cc.authority = "localhost" + encodeAuthority(endpoint)
		clientconn.go#L1986: 		cc.authority = encodeAuthority(endpoint)